home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / CSG operations / union.txt < prev   
Encoding:
Text File  |  2000-04-06  |  100 b   |  8 lines

  1. // CSG union, add all of shapes 1...N
  2. union
  3. {
  4.   Shape1 {...}
  5.   Shape2 {...}
  6.   ShapeN {...}
  7. }
  8.